CompassListener

interface CompassListener

Callbacks related to the compass

Functions

Link copied to clipboard
abstract fun onCompassAccuracyChange(compassStatus: Int)
This gets invoked when the compass accuracy status changes from one value to another.
Link copied to clipboard
abstract fun onCompassChanged(userHeading: Float)
Callback's invoked when a new compass update occurs.